home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000776_tim@maths.tcd.ie_Thu Jul 14 11:19:06 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA06874
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 14 Jul 1994 11:19:06 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa24427; 14 Jul 94 15:08 BST
  5. Subject: Re: First-timer: Installation on SunOS 4.1.3
  6. To: Yuji Shinozaki <yuji@chem.duke.edu>
  7. Date: Thu, 14 Jul 1994 15:08:52 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9407132215.AA01903@affymax.chem.duke.edu> from "Yuji Shinozaki" at Jul 13, 94 06:15:34 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 808       
  16. Message-Id:  <9407141508.aa11220@hamilton.maths.tcd.ie>
  17.  
  18. > I have download the tex-k packages and tried to folow the standard make
  19. > procedures (SunOS 4.1.3 on an SS-2, gcc 2.5.8). The detailed steps are 
  20. > included below.
  21. > gcc  -I. -I. -I.. -I./..    -g  -c dir.c
  22. > In file included from dir.c:22:
  23. > ../kpathsea/dir.h:48: parse error before `*'
  24. > ../kpathsea/dir.h:48: warning: data definition has no type or storage class
  25. > ../kpathsea/dir.h:49: parse error before `*'
  26.  
  27. I'm not sure if this is the cause of the error,
  28. but just before that line there is a curious #ifdef
  29.  
  30. #if defined (DIRENT) || (defined (_POSIX_VERSION)
  31. #include <dirent.h>
  32.  
  33. Since "configure" has defined DIRENT if dirent.h exists,
  34. why add the POSIX_VERSION ?
  35. On our mips system (with gcc-bsd) POSIX_VERSION is defined
  36. but the compiler does not find dirent.h (so DIRENT is not defined).
  37.  
  38.